Turned off ImportDialog and ExportDialog minimize and maximaize buttons
ImportDialog topics checkbox label was too small to show all text
Fix, modified startup to transform the main database relative path to an absolute path due to XP not handling relative paths correctly e.g. .\
Added the ability to quit SID when database not found on startup
Version 4.0.5 Release - 18 Sep 2013
Fix, Get Import Illustrations / Sermons working on Windows XP
Fix, Had AddRecord() function disabled for testing
Fix, NULL topic fields were causing error "Cound not convert variant of type (Null) into type (OleStr)
Version 4.0.4 Release - 13 Sep 2013
Removed debug information in sermon topics import
Version 4.0.3 Release - 12 Sep 2013
Added Sermon topic browse functionality
Added "Empty Sermon Topics Table" menu option
Added "Update Sermon Topics Table" menu option
Added import functionality to add / update sermon topics
Version 4.0.2 Release - 05 Sep 2013
Fix, update topics was not processing all illustration records
Fix, illustration and sermon bookmarks not generating correct SQL
Version 4.0.1 Release - 03 Sep 2013
Change file name back to Sid.exe
Import bug fixes
- fix Add / Update function to handle empty join table
- fix Add / Update function to ignore date 1899
- if table tblCommand contains no comment description use Command field
Export bug fix, turned on SetEmptyStrToNull in the options of ExportTable as it was causing HardCopy to fault with length = 0
Export bug fix, was output last record twice
Added browse lookup option by hitting enter or return key in search edit field
Changed Search type to flat buttons to help visually to see if Illustrations or Sermons is selected
Version 4.0.0 Release - 04 Aug 2013
Major Version release
Database backend changed to MS MDAC interface.
Updated to Unicode compilant strings
Fully functioning Illustration and Sermon importing again.
Help file updated to HTML compiant file
Enabled export ability of database
Added Illustration and Sermon editor, bold, italic, underline, font, font size, font color, background color, bullet marks etc.
Version 3.0.0 Release
Modified, the database interface from Jet DAO based to a ADO database interface due to DAO no longer being supported by the Microsoft 64-bit OS's.
Modified, the sermon/illustration search selection from a combobox to a toggle button selection
Version 2.0.1 Release
Fix, print sermons & illustrations was not working since going to RTF memo fields
Fix, printing selected sermons & illustrations was not outputting all selected records
Fix, export selected sermons & illustrations was not outputting all selected records
Version 2.0.0 Release
Added Undo, Cut, Copy, Paste, Delete and Select All to the Sermon and Illustration RTF Memo field
Added short cuts to RTF Memo filds, Ctrl-Z (Undo), Ctrl-X (Cut), Ctrl-C (Copy), Ctrl-V (Paste), and Ctrl-A (Select All)
Version 1.1.9 Release
Fixed Sermon & Illustration RichText display to stop text bleeding when database contains both RTF and plain text data
Fixed default font setting for Sermon & Illustration grid under the File->Options menu
Fixed default font setting for plain text Sermons & Illustrations
Version 1.1.8 Release
Added SermonID dislay to detailed sermon results panel
Added Illustration SearchBy Number and HolwickID options
Added Sermon SearchBy SermonID and Holw-sermon-ID options
Added help menu "check for updates" menu option
Added help menu "change log" menu option
Illustration & Sermon numeric fields text is display left aligned now
Version 1.1.7 Release
Sermon and Illustrations TDBRichEdit can display richtext now
Added rich text copy and paste functionality
Added rich text export functionality
Disabled sermon and illustration default font
Version 1.1.6 Release
Add version number to inifile
Update manually inserted holwick ids
Version 1.1.5 Release
Add copy and paste popup menu to topics and sermons
Check not trying to backup to currently used database
Added export MDB ability
Added ToolBtnSFont function call to set font dialog
Changed default "Search By" for Sermons to "Main Text"
Version 1.1.4 Release
Changed Illustration and Sermon detail to be plain text
Version 1.1.3 Release
Added illustration and sermon text find functionality
Version 1.1.2 Release
Fixed sermon grid header sort functionality
Fixed Update illustration topics table function to strip quotes and dashes from topics as this caused problems with the browse functionality
Fixed copy illustration/sermon error message when no record selected
Changed Holwick's to Kerux in the Illustrations and Sermons copy functions
Changes AddBookmark() to bookmark the current record rather than selected
When adding/editing an illustration/sermon no longer check that a title has been entered only the illustration/sermon must contain information
Browse button was not performing cancel operation once an item was selected
Changed browse button string comparison to strnicmp as the Ansi equivallent function was not working correctly